dvb_descriptor

@struct dvb_descriptor @brief Contains the parser information for the MPEG-TS parser code @ingroup dvb_table

@param name String containing the name of the descriptor @param init Pointer to a function to initialize the descriptor parser. This function fills the descriptor-specific internal structures @param print Prints the content of the descriptor @param free Frees all memory blocks allocated by the init function @param size Descriptor's size, in bytes.

Members

Variables

free
dvb_desc_free_func free;
Undocumented in source.
init
dvb_desc_init_func init;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
print
dvb_desc_print_func print;
Undocumented in source.
size
ssize_t size;
Undocumented in source.

Meta